home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mebbs / MEBBSNet_Demo.lha / Disks / MEBBSNet Pro Disk 2 / Menus / Menu11.Menu < prev    next >
Text File  |  1995-02-26  |  674b  |  41 lines

  1. ; Menu11.Menu
  2. ;
  3. ; This is a basic MEBBSNet main menu. Level 4
  4. ;
  5.  
  6. Page 11
  7. Type General
  8. Prompt Mainp
  9.  
  10. ; Page 1 always denotes the root menu (the one users enter when they logon)
  11. ; for your BBS.
  12.  
  13. Helpfile Default MainMenu
  14. Helpfile Level 4 RSRMenu
  15. ; Note that no path is required with the filename of the help file, because
  16. ; the help files have to be in your text files directory anyway.
  17. ; Also note that no extender is put on it either.
  18.  
  19. Option 'P':
  20.    Function Chat
  21.    end
  22.  
  23. Option 'G':
  24.    Function Goodbye
  25.    end
  26.  
  27. Option 'F':
  28.    Minaccess 4
  29.    Maxaccess 4
  30.    Function Passfiles 4
  31.    end
  32.  
  33. Option 'M':
  34.    Function PassMessages 4
  35.    end
  36.  
  37. Option 'W':
  38.    Function Waiting
  39.    end
  40.  
  41.